Autogenerated HTML docs for v2.4.3-413-ga5fe66
diff --git a/git-diff-files.html b/git-diff-files.html index 5345859..6cff481 100644 --- a/git-diff-files.html +++ b/git-diff-files.html
@@ -1213,6 +1213,20 @@ </p> </dd> <dt class="hdlist1"> +--ws-error-highlight=<kind> +</dt> +<dd> +<p> + Highlight whitespace errors on lines specified by <kind> + in the color specified by <code>color.diff.whitespace</code>. <kind> + is a comma separated list of <code>old</code>, <code>new</code>, <code>context</code>. When + this option is not given, only whitespace errors in <code>new</code> + lines are highlighted. E.g. <code>--ws-error-highlight=new,old</code> + highlights whitespace errors on both deleted and added lines. + <code>all</code> can be used as a short-hand for <code>old,new,context</code>. +</p> +</dd> +<dt class="hdlist1"> --full-index </dt> <dd>